home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
PC Tools Firewall
/
fwinstall.exe
/
{app}
/
QuickStart
/
English.chm
/
fhhtmlpopups.js
< prev
next >
Wrap
Text File
|
2009-08-07
|
415b
|
14 lines
// Entire contents copyright (C) 1999-2002, Work Write, Inc.
// and KeyWorks Software. All rights reserved.
// Contact: Cheryl Lockett Zubak at cheri@workwrite.com
var KeyPopup; // KeyHelp.KeyPopup ActiveX object
function DisplayHtmlPopup(URL,left,top,width)
{
if (!KeyPopup)
KeyPopup = new ActiveXObject("KeyHelp.KeyPopup");
KeyPopup.Width = width;
KeyPopup.DisplayURL(URL,left,top);
}